Even though it was marked as internal, it seems gnome-terminal was
poking into the structure. It's unfortunately part of our ABI.
GdkModifierType accel_mods,
guint *n_entries);
+struct _GtkAccelGroupEntry
+{
+ GtkAccelKey key;
+ GClosure *closure;
+ GQuark accel_path_quark;
+};
+
G_END_DECLS
#endif /* __GTK_ACCEL_GROUP_H__ */
GQuark accel_path_quark);
GSList* _gtk_accel_group_get_accelerables (GtkAccelGroup *accel_group);
-struct _GtkAccelGroupEntry
-{
- GtkAccelKey key;
- GClosure *closure;
- GQuark accel_path_quark;
-};
-
G_END_DECLS
#endif /* __GTK_ACCEL_GROUP_PRIVATE_H__ */